home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Updates / AddOns / tvprogram / rexx / ShowNow.tvrexx
Text File  |  2000-07-19  |  173b  |  23 lines

  1. /*
  2.  
  3.     TV-Rexx Programe:
  4.  
  5.     "Show now" in menu/icons/etc.
  6.  
  7. */
  8.  
  9. OPTIONS RESULTS
  10.  
  11. ADDRESS "TV-prog.1"
  12.  
  13. /* Refresh programes */
  14.  
  15. SHOWNOW
  16.  
  17. /* Open Window */
  18.  
  19. SHOWNOWWOPEN
  20.  
  21.  
  22. EXIT 0
  23.